home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-08-27 | 434 b | 17 lines |
- #
- # Makefile.raw -- raw makefile for sample libpq programs.
- #
- # In order to generate a makefile from this file, cd to the
- # newconf directory and type 'Make sample'.
- #
- # $Header: /private/postgres/sample/RCS/Makefile.raw,v 1.2 1991/12/10 05:11:56 mao Exp $
- #
-
- SAMPLIBS= libpq.a
-
- pgstats: pgstats.o
- $(CC) $(CFLAGS) -o pgstats pgstats.o $(OD)/$(SAMPLIBS) $(LIBS)
-
- pftp: pftp.o
- $(CC) $(CFLAGS) -o pftp pftp.o $(OD)/$(SAMPLIBS) $(LIBS)
-